home *** CD-ROM | disk | FTP | other *** search
/ Super CD / Super CD.iso / educ / chem / chemwork.bat < prev    next >
Encoding:
DOS Batch File  |  1992-04-15  |  188 b   |  11 lines

  1. echo off
  2. call memchk
  3. if not exist good goto nomem
  4. del good
  5. call chem %1 %2 %3 %4
  6. goto end
  7. :nomem
  8. cls
  9. echo Chemistry Works requires a minimum of 560k bytes of memory to run.
  10. :end
  11.